home *** CD-ROM | disk | FTP | other *** search
- %!PS-Adobe-3.0 Resource-FixCIDInitProcSet
- %%BeginResource: FixCIDInitProcSet (FontHits)
- %%Title: (FixCIDInitProcSet/FontHits)
- %%Version: 9.001
- %%Copyright: ------------------------------------------------------------
- %%Copyright: Copyright 1990-1998 Adobe Systems Incorporated.
- %%Copyright: All rights reserved.
- %%Copyright:
- %%Copyright: Patents Pending
- %%Copyright:
- %%Copyright: NOTICE: All information contained herein is the property
- %%Copyright: of Adobe Systems Incorporated. Many of the intellectual
- %%Copyright: and technical concepts contained herein are proprietary
- %%Copyright: to Adobe, are protected as trade secrets, and are made
- %%Copyright: available only to Adobe licensees for their internal use.
- %%Copyright: Any reproduction or dissemination of this software is
- %%Copyright: strictly forbidden unless prior written permission is
- %%Copyright: obtained from Adobe.
- %%Copyright:
- %%Copyright: PostScript and Display PostScript are trademarks of
- %%Copyright: Adobe Systems Incorporated which may be registered in
- %%Copyright: certain jurisdictions.
- %%Copyright: ------------------------------------------------------------
- %%EndComments
-
- % --------------------------------------------------------------------------- %
- % Dynamic Preloading Configuration File %
- % %
- % NOTE: All /FontHits dictionary entries are REQUIRED and must be of the %
- % same type as the defaults as provided. %
- % --------------------------------------------------------------------------- %
-
- /FontHits 5 dict dup
- begin
- % ------------------------------------------------------------------------ %
- % Never preload more than this number of fonts: %
- % ------------------------------------------------------------------------ %
- /#MaxFonts 6 def
-
- % ------------------------------------------------------------------------ %
- % Preload fonts only if available VM >= #PreloadMinVM %
- % ------------------------------------------------------------------------ %
- /#PreloadMinVM 1500000 def
-
- % ------------------------------------------------------------------------ %
- % Preload FixedFonts if: %
- % #PreloadMinVM <= available VM < #DynamicPreloadMinVM %
- % Or if: %
- % DynamicPreloadingEnabled == false %
- % ------------------------------------------------------------------------ %
- /#DynamicPreloadMinVM 2000000 def
-
- % ------------------------------------------------------------------------ %
- % The following FixedFonts array contains a hand-picked list of fonts that %
- % are to be preloaded if the above condition is satisfied. Note that this %
- % should normally be one or two fonts at most. To specify no fixed fonts, %
- % specify the empty array as: /FixedFonts [ ] def %
- % ------------------------------------------------------------------------ %
- /FixedFonts [
- /Ryumin-Light-83pv-RKSJ-H
- /GothicBBB-Medium-83pv-RKSJ-H
- ] def
-
- % ------------------------------------------------------------------------ %
- % Is dynamic preloading of fonts enabled? %
- % ------------------------------------------------------------------------ %
- /DynamicPreloadingEnabled true def
-
- % ------------------------------------------------------------------------ %
- % Preload using up to #DynamicPreloadPercent of available VM if: %
- % DynamicPreloadingEnabled == true %
- % and #DynamicPreloadMinVM <= available VM %
- % ------------------------------------------------------------------------ %
- /#DynamicPreloadPercent 8 def
- end
- /FixCIDInitProcSet defineresource pop
-
- %%EndResource
- %%EOF
-